home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Rescher.exe / 0 / RCDATA / TQRENVIRONMENTEDITOR / TQRENVIRONMENTEDITOR.txt
Text File  |  2000-04-15  |  3KB  |  159 lines

  1. object QREnvironmentEditor: TQREnvironmentEditor
  2.   Left = 269
  3.   Top = 193
  4.   BorderStyle = bsDialog
  5.   Caption = 'User Defined Functions Edtor'
  6.   ClientHeight = 269
  7.   ClientWidth = 376
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object NewEntryGB: TGroupBox
  14.     Left = 18
  15.     Top = 12
  16.     Width = 343
  17.     Height = 205
  18.     Caption = 'New entry'
  19.     TabOrder = 5
  20.     object Label1: TLabel
  21.       Left = 20
  22.       Top = 32
  23.       Width = 34
  24.       Height = 13
  25.       Caption = 'Name :'
  26.     end
  27.     object Label2: TLabel
  28.       Left = 20
  29.       Top = 66
  30.       Width = 57
  31.       Height = 13
  32.       Caption = 'Expression :'
  33.     end
  34.     object SpeedButton1: TSpeedButton
  35.       Left = 302
  36.       Top = 62
  37.       Width = 23
  38.       Height = 23
  39.       Caption = '...'
  40.       OnClick = SpeedButton1Click
  41.     end
  42.     object Name: TEdit
  43.       Left = 94
  44.       Top = 30
  45.       Width = 197
  46.       Height = 21
  47.       TabOrder = 0
  48.     end
  49.     object Expression: TEdit
  50.       Left = 94
  51.       Top = 62
  52.       Width = 197
  53.       Height = 21
  54.       TabOrder = 1
  55.     end
  56.     object NewOKBtn: TButton
  57.       Left = 218
  58.       Top = 118
  59.       Width = 49
  60.       Height = 21
  61.       Caption = '&OK'
  62.       TabOrder = 2
  63.       OnClick = NewOKBtnClick
  64.     end
  65.     object NewCancelBtn: TButton
  66.       Left = 276
  67.       Top = 118
  68.       Width = 49
  69.       Height = 21
  70.       Caption = '&Cancel'
  71.       TabOrder = 3
  72.       OnClick = NewCancelBtnClick
  73.     end
  74.   end
  75.   object AvailableGB: TGroupBox
  76.     Left = 18
  77.     Top = 12
  78.     Width = 343
  79.     Height = 205
  80.     Caption = 'Available User Defined Functions'
  81.     TabOrder = 1
  82.     object UDFGrid: TStringGrid
  83.       Left = 16
  84.       Top = 42
  85.       Width = 311
  86.       Height = 151
  87.       ColCount = 2
  88.       DefaultRowHeight = 20
  89.       FixedCols = 0
  90.       RowCount = 2
  91.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing]
  92.       ScrollBars = ssVertical
  93.       TabOrder = 0
  94.       OnDblClick = EditBtnClick
  95.       OnSetEditText = UDFGridSetEditText
  96.       ColWidths = (
  97.         123
  98.         165)
  99.     end
  100.     object LocalCB: TRadioButton
  101.       Left = 18
  102.       Top = 18
  103.       Width = 113
  104.       Height = 17
  105.       Caption = '&Local defines'
  106.       Checked = True
  107.       TabOrder = 1
  108.       TabStop = True
  109.       OnClick = LocalCBClick
  110.     end
  111.     object GlobalCB: TRadioButton
  112.       Left = 134
  113.       Top = 18
  114.       Width = 113
  115.       Height = 17
  116.       Caption = '&Global defines'
  117.       TabOrder = 2
  118.       OnClick = LocalCBClick
  119.     end
  120.   end
  121.   object VariableOKBtn: TButton
  122.     Left = 310
  123.     Top = 233
  124.     Width = 49
  125.     Height = 21
  126.     Caption = 'OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 0
  130.     OnClick = VariableOKBtnClick
  131.   end
  132.   object DeleteBtn: TButton
  133.     Left = 136
  134.     Top = 233
  135.     Width = 49
  136.     Height = 21
  137.     Caption = '&Delete'
  138.     TabOrder = 2
  139.   end
  140.   object EditBtn: TButton
  141.     Left = 78
  142.     Top = 233
  143.     Width = 49
  144.     Height = 21
  145.     Caption = '&Edit'
  146.     TabOrder = 3
  147.     OnClick = EditBtnClick
  148.   end
  149.   object AddBtn: TButton
  150.     Left = 20
  151.     Top = 233
  152.     Width = 49
  153.     Height = 21
  154.     Caption = '&Add'
  155.     TabOrder = 4
  156.     OnClick = AddBtnClick
  157.   end
  158. end
  159.